shortcutaction: Integrate with GtkBuilder property parsing
authorBenjamin Otte <otte@redhat.com>
Fri, 24 Aug 2018 04:58:44 +0000 (06:58 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Mar 2020 03:14:28 +0000 (23:14 -0400)
commit33045c3e0b061f52d292b037449b1276d388ee8d
tree5dc6fdcef82d960cb06dc20a18ce3cbdcf4dfca3
parent7974751e2432178686b13f9057efcb7dbe39af60
shortcutaction: Integrate with GtkBuilder property parsing

<property name="action">action(win.quit)</property> style action
specifications now work for GtkShortcutAction properties.
gtk/gtkbuilder.c
gtk/gtkshortcutaction.c
gtk/gtkshortcutactionprivate.h [new file with mode: 0644]